﻿/* 
================================
Skin styles for DotNetNuke
================================
*/
html {
  height: 100%;
  background-color: #007DC3;
  padding: 0; }

body {
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

form {
  height: 100%; }

.pagemaster {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%; }

.skinmaster {
  padding: 0px;
  margin: 0px;
  margin: auto;
  background-color: transparent;
  width: 100%; }

.welcome {
  margin-left: 37px;
  margin-right: 20px;
  margin-top: 36px;
  margin-bottom: 5px;
  text-align: right;
  float: left;
  text-align: right; }

.welcomeLogo {
  background-image: url("LoginLogo.png");
  background-repeat: no-repeat;
  width: 276px;
  height: 74px;
  min-height: 74px; }

.welcomeHeader,
.welcome .welcomeHeader {
  font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #FFFFFF;
  width: 276px;
  position: relative;
  top: -23px; }

.welcomeMessage,
.welcome .welcomeMessage {
  font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal;
  text-align: right;
  color: #FFFFFF; }

.dnnSocialRegistration {
  display: none; }

.promotion {
  position: absolute;
  bottom: 20px;
  left: 0px;
  margin-bottom: 37px;
  margin-right: 20px;
  margin-top: 20px;
  margin-left: 37px;
  float: left;
  width: 241px;
  max-width: 241px;
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #666666; }

.dnnFormItem label {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.9; }

.dnnFormMessage {
  display: block;
  padding: 6px 15px 0px 15px;
  margin-bottom: 0px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 241px;
  width: 241px;
  min-height: 88px;
  text-align: left; }

.dnnFormMessage.dnnFormError,
.dnnFormMessage.dnnFormValidationSummary {
  background-image: url("login-error-bubble.png");
  background-repeat: no-repeat;
  background-color: transparent;
  box-sizing: border-box;
  border-width: 0px;
  border-style: none;
  /* red */
  border-color: transparent;
  /* red */
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7); }

.dnnFormMessage.dnnFormValidationSummary strong {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9); }

a.Link {
  font-family: "Arial";
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer; }

a.linkCancelHelp {
  display: inline;
  float: right;
  padding: 0px;
  margin: 2px;
  width: 60px;
  max-width: 60px;
  line-height: 15px;
  white-space: wrap;
  margin-top: 15px;
  font-family: "Arial";
  font-size: 11px;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.8);
  text-decoration: none; }

.Email {
  font-size: 12px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.8);
  padding-top: 5px; }
  .Email a {
    font-weight: bold;
    color: rgba(51, 51, 51, 0.8);
    text-decoration: none; }

.ButtonHelp {
  display: inline-block;
  padding: 2px 20px 2px 20px;
  margin-right: 10px;
  text-decoration: none;
  font-family: Arial;
  font-size: 13px;
  line-height: 25px;
  margin-top: 15px;
  margin-right: 0px;
  color: #000;
  text-align: center;
  height: 28px;
  width: 100px;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19); }

A.ButtonHelp {
  color: #000; }

.Button {
  display: inline-block;
  font: normal normal bold 18px "Segoe UI", arial;
  text-decoration: none;
  color: #222222;
  padding: 2px 30px 2px 30px;
  margin: 20px 20px 18px 0;
  border-radius: 9px;
  border: 2px outset rgba(255, 255, 255, 0.52);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.86) 28%, rgba(255, 255, 255, 0.74) 73%, rgba(255, 255, 255, 0.56) 100%);
  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.49); }

.helpDiv {
  border: solid 1px #fff;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  width: 241px;
  padding: 15px;
  margin-right: 10px; }

.chatImg {
  width: 211px;
  height: auto; 
  display:block;
}

.chatA {
  width: 211px;
  height: auto; 
  display:block;
}

.chat {
  margin-top: 10px;
  display: inline-block; }

.helpHeader {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8); }

.phone {
  font-size: 21px;
  color: rgba(51, 51, 51, 0.8);
  padding-top: 10px;
  padding-bottom: 10px; }

.phoneDetails {
  font-family: "Arial";
  font-weight: bold;
  font-size: 11px;
  color: rgba(51, 51, 51, 0.5);
  text-align: left; }

.dnnLoginService input[type="password"]
, .dnnLoginService input[type="text"] {
  font-family: "Segoe UI", arial;
  font-size: 17px;
  font-weight: normal;
  padding: 0;
  height: 28px;
  color: #999999;
  border-color: #7D7B26;
  border-radius: 3px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
  margin-bottom: 15px; }

.loginButton,
.loginDiv .loginButton {
  display: inline-block;
  font: normal normal bold 18px "Segoe UI", Arial;
  text-decoration: none;
  color: #222222;
  padding: 2px 25px 2px 25px;
  margin: 10px 10px 12px 0;
  border-radius: 9px;
  border: 2px outset rgba(255, 255, 255, 0.52);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.86) 28%, rgba(255, 255, 255, 0.74) 73%, rgba(255, 255, 255, 0.56) 100%);
  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.49); }

.loginLinks {
  display: block;
  float: right;
  padding: 8px 0px 0px 0px;
  margin-top: 1px;
  margin-right: 10px; }

.loginLinks A {
  color: #FFFFFF;
  font-family: "Arial";
  display: inline;
  opacity: 0.7; }

A.forgotPassword {
  font-family: "Arial";
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  display: inline;
  opacity: 0.7; }

.contentTable {
  margin: 20px 0px 10px 0px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 11px;
  width: 96%; }

.bottomP {
  margin-bottom: 6px; }

.poweredbyDiv {
  float: right;
  margin-top: 0px;
  margin-bottom: 10px; }

.footerDiv {
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  font-family: arial;
  font-size: 10px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.4);
  height: 30px;
  padding: 0;
  margin: 0; }

.footerDiv A {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8); }

.GGCopyright {
  color: rgba(255, 255, 255, 0.8);
  font-family: Arial;
  font-size: 10px;
  margin-top: 5px; }

.containerhead {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff; }

.controlpanel {
  width: 100%;
  background-color: transparent; }

.contentpane {
  background-color: transparent;
  padding: 4px 4px 10px 6px; }

.rightpane {
  background-color: transparent;
  padding: 4px 4px 10px 12px; }

.bottompane {
  width: 100%;
  background-color: transparent;
  padding-left: 6px;
  padding-right: 4px;
  padding-top: 6px; }

.StandardButton {
  background-color: #5F7DD7;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #ffffff; }

.strandardText {
  color: #000000;
  font-size: 13pt;
  line-height: 18pt;
  font-family: "Vandera,  Arial,  Helvetica,  sans-serif"; }

.headlineText {
  color: #00794d;
  font-size: 14pt;
  line-height: 18pt;
  font-family: "Vandera,  Arial,  Helvetica,  sans-serif"; }

.onlinePaymentsImageDiv {
  white-space: nowrap;
  padding-bottom: 15px;
  vertical-align: top; }

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/
.ArrowPointer {
  cursor: default; }

@media (max-width: 625px) {
  .welcome {
    margin-right: 37px;
    display: block; }
  .login {
    float: left;
    margin: 20px 37px 0px 37px;
    display: block; }
  .promotion {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px 37px 0px 37px;
    display: block; }
}

/* end @media (max-width: 610px;) */
/* wide x short y */
@media (max-height: 540px) and (min-width: 624px) {
  .promotion {
    display: inline-block;
    position: inherit;
    bottom: auto;
    right: auto; }
}

/* Warning! do not put non-media styles below here */

